* cvs-status.el (cvs-refontify): Remove unused.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 18 Apr 2010 21:37:29 +0000 (17:37 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 18 Apr 2010 21:37:29 +0000 (17:37 -0400)
lisp/ChangeLog
lisp/cvs-status.el

index 4561860b5ce3f973981f19158866bd753d653093..0921bb60681a70a84f053b533612b27904eecddd 100644 (file)
@@ -1,3 +1,7 @@
+2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * cvs-status.el (cvs-refontify): Remove unused.
+
 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
 
        * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
index 1cc9ca9d7135f7c6c2ef050b6c844ec242a611bb..e5a30684eb0f134a47fe0bb31008c49381833031 100644 (file)
@@ -356,11 +356,11 @@ the list is a three-string list TAG, KIND, REV."
       tags)))
 
 (defvar font-lock-mode)
-(defun cvs-refontify (beg end)
-  (when (and (boundp 'font-lock-mode)
-            font-lock-mode
-            (fboundp 'font-lock-fontify-region))
-    (font-lock-fontify-region (1- beg) (1+ end))))
+;; (defun cvs-refontify (beg end)
+;;   (when (and (boundp 'font-lock-mode)
+;;          font-lock-mode
+;;          (fboundp 'font-lock-fontify-region))
+;;     (font-lock-fontify-region (1- beg) (1+ end))))
 
 (defun cvs-status-trees ()
   "Look for a lists of tags, and replace them with trees."